home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / IDA2_05.ZIP;1 / TECHNO.INF < prev    next >
Encoding:
Text File  |  1994-03-17  |  4.0 KB  |  114 lines

  1.  
  2.     If you have ideas, questions, etc., - please call me!
  3.  
  4.     Ways to contact me are in the 'readme' file, registration part.
  5.  
  6. ----------------------------------------------------------------------------
  7.  
  8.         Here is some technical information about IDA 2.05
  9.  
  10.         I hope it is useful.
  11.  
  12. Contents:
  13.  
  14.         1. Macros
  15.         2. Default IDC files
  16.         3. How IDA searches for files
  17.         4. Memory
  18.         5. Some history
  19.     6. More history
  20.         7. Acknowledgements
  21.  
  22.  
  23.  
  24. 1. Macros
  25. ---------
  26.  
  27.   You can use keystroke macros in IDA.
  28.           To start recording a macro, press Alt--
  29.       Press a key to define (for example, Ctrl-D)
  30.       Enter macro body (any keys)
  31.       To end recording - Alt-=.
  32.           To play macro - the defined key (in our example - Ctrl-D)
  33.  
  34. 2. Default IDC files
  35. --------------------
  36.  
  37.   When IDA starts, it searches for ida.idc file. If IDA founds it, IDA
  38.   executes this file. If not, IDA proceeds silently. It is expected that
  39.   you will place your  setup  commands  into this file. I hope that in
  40.   the future ida.cfg file will disappear. If you try to disassemble some
  41.   MS DOS driver (file extension .sys or .drv), IDA executes 'driver.idc' file.
  42.  
  43. 3. How IDA searches for files
  44. -----------------------------
  45.  
  46.      First, IDA looks into the directory, where IDA.EXE was started from.
  47.      After it looks into PATHed directories.
  48.  
  49. 4. Memory
  50. ---------
  51.  
  52.      Never use IDA with unsiffucient disk space. This may  lead  to  the
  53. IDA database crash. Unsufficient RAM is not good too, but usually
  54. IDA can handle this situation.
  55.  
  56.      Of course, you need a good disk cache to improve performance of IDA.
  57.      In this case data will be cached too.
  58.  
  59.      IDA uses extended and expanded memory to overlay its code.
  60.  
  61. 5. Some history
  62. ---------------
  63.  
  64.      First idea about IDA was born in the fall of 1990. It took half  an
  65. year to screw up enough courage and to start  implementing  it.  In  the
  66. beginning of 1991, in January, first code line  was  written.  In  April
  67. 1991 the first program was fully disassembled with IDA. IDA grew up  and
  68. new ideas appeared. I wanted to create a built-in  C-style  language  to
  69. control analysis of the program, to add more processors, to  disassemble
  70. object files, to handle UNIX COFF files, to add more intelligence to IDA
  71. e t c...
  72.  
  73.      Alas, all of this was not  implemented.  In  July  1991  I  stopped
  74. working at IDA almost completely, working at IDA only for  fun.  It  was
  75. time to learn more  about  other  computers,  networks  and  other  nice
  76. things.  Today  I  would  implement  something  based  on  client-server
  77. architecture with network support (I have a crazy idea  about  X-windows
  78. implementation) working under various operating systems - but  I  won't.
  79. Enough for the moment. I really think that  disassemblers  and  all  the
  80. staff like this are becoming obsolete. People work with GUIs,  write  in
  81. C++ (IDA  is  written  in  C++  too,  about  40000  lines);  they  adore
  82. VisualBasic and they debug in  source  codes.  Today's  programmer  even
  83. doesn't know assembler language - and doesn't need to know it.
  84.  
  85. But...
  86.  
  87.      I hope that this product will be a help for you. If so,  I'm  glad.
  88. Hope, there are some people who need a tool like this. And if there is a
  89. need to add a new processor type to IDA (the same was with Intel  8085),
  90. I can do it fast enough.
  91.  
  92. 6. More history
  93. ---------------
  94.  
  95. 08.11.93 I never thought that I would work at IDA again. But you see,
  96.      here is a new version. And now I understand that new versions of IDA 
  97.      will appear...
  98. 17.02.84 I'm working on IDA to eat MS Windows executable files now.
  99.      Hope that it will come soon!
  100. 25.02.94 Now IDA can disassemle New Executable format files.
  101.  
  102. 7. Acknowledgements
  103. -------------------
  104.  
  105.   IDA would never be created without ideas and great support of
  106.   these nice folks (sorry, it is not possible to mention
  107.   all the people involved in IDA here):
  108.  
  109.     Serge Samborskij
  110.     Pol Rousnak
  111.     Nicolaj Logvinov
  112.  
  113.   Thanks to you all !
  114.